Skip to content

chore(round)!: Change Round.IgnoredPlayers to use Player#760

Open
Unbistrackted wants to merge 2 commits intoExMod-Team:devfrom
Unbistrackted:IgnoredPlayers
Open

chore(round)!: Change Round.IgnoredPlayers to use Player#760
Unbistrackted wants to merge 2 commits intoExMod-Team:devfrom
Unbistrackted:IgnoredPlayers

Conversation

@Unbistrackted
Copy link

Description

Describe the changes

What is the current behavior? (You can also link to an open issue here)
Round.IgnoredPlayers using Player

What is the new behavior? (if this is a feature change)

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Round.IgnoredPlayers hashset will be using Player instead of ReferenceHub

Other information:
Wanted to do this cause it's simple copy and paste in the IL side


Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentations

Submission checklist

  • I have checked the project can be compiled
  • I have tested my changes and it worked as expected

Patches (if there are any changes related to Harmony patches)

  • I have checked no IL patching errors in the console

Other

  • Still requires more testing

@Unbistrackted
Copy link
Author

The only thing I'm curious is to why IgnoredPlayers has only a size of 20, I didn't changed since there might be a reason to it

@louis1706
Copy link

The only thing I'm curious is to why IgnoredPlayers has only a size of 20, I didn't changed since there might be a reason to it

size of a List it's only a pregenerate memory you can add more than 20 player in it it's just than the list will not have the memory already available for it

Copy link

@Someone-193 Someone-193 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good PR, wrong target branch though @louis1706, dont forget that when you merge this to Exiled 10

@Unbistrackted Unbistrackted changed the base branch from master to dev March 1, 2026 16:16
@Unbistrackted
Copy link
Author

Unbistrackted commented Mar 1, 2026

@Someone-193 changed the target branch, forgot abt changing it when i created the pr sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants